Xbasic

SQL::TableInfoDeleteColumn Method

Syntax

DIM result AS L = DeleteColumn(ColumnIndex as N)

Arguments

ColumnIndexNumeric

The index of the column to delete.

Returns

resultLogical

Returns .t. if the operation succeeds. Otherwise, .f..

Description

Delete a Column.